home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_179 / unixutil / entab.doc < prev    next >
Text File  |  1992-05-06  |  773b  |  30 lines

  1. ENTAB                USER COMMANDS            ENTAB
  2.  
  3.  
  4.  
  5. NAME
  6.     entab - replace runs of blanks with tabs.
  7.  
  8. SYNOPSIS
  9.     entab [ -tab1 -tab2... -tabn] [  filename ... ]
  10.  
  11. DESCRIPTION
  12.     entab copies the named files (or the standard  input) to the 
  13.     standard  output,  putting tabs back into the data.
  14.  
  15. ENTAB OPTIONS
  16.     -tab1 -tab2... -tabn
  17.          Set tabs at the columns specified by tabi...  Specified 
  18.          as a single argument sets tabs tab1 spaces
  19.          apart instead of the default 8.
  20.  
  21. SEE ALSO
  22.     detab
  23.  
  24. BUGS
  25.     entabbing  a  file  which  already  contains  tabs  produces
  26.     unpredictable results.
  27.  
  28.     entab attempts to avoid tabbing quoted strings, but quoted
  29.     strings spanning lines will cause it to become confused.
  30.